home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / cd.n < prev    next >
Text File  |  1994-09-20  |  770b  |  67 lines

  1.  
  2.  
  3.  
  4. cd(n)                 Tcl Built-In Commands
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      cd - Change working directory
  12.  
  13. SYNOPSIS
  14.      cd ?_d_i_r_N_a_m_e?
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      Change the current working directory to _d_i_r_N_a_m_e, or  to  the
  20.      home  directory  (as specified in the HOME environment vari-
  21.      able) if _d_i_r_N_a_m_e is not given.  If  _d_i_r_N_a_m_e  starts  with  a
  22.      tilde,   then  tilde-expansion  is  done  as  described  for
  23.      Tcl_TildeSubst.  Returns an empty string.
  24.  
  25.  
  26. KEYWORDS
  27.      working directory
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tcl                                                             1
  64.  
  65.  
  66.  
  67.